home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / DE_SerialSolutions2.0 / ModemExample / Makefile next >
Encoding:
Makefile  |  1992-08-19  |  218 b   |  5 lines

  1. ModemTest:    ModemTest.o ../SerialAndModem2.0/Modem.o ../SerialAndModem2.0/Serial.o  
  2.     cc -g  -o ModemTest  ModemTest.m ../SerialAndModem2.0/Modem.o ../SerialAndModem2.0/Serial.o   /usr/lib/libNeXT_s.a
  3.     strip ModemTest
  4.  
  5.